home *** CD-ROM | disk | FTP | other *** search
/ Elite American Models 3 / Elite American Models 3.iso / pc / mainmenu.dir / Internal_62.ls < prev    next >
Encoding:
Text File  |  1996-09-24  |  292 b   |  16 lines

  1. global gPictSprite
  2.  
  3. on mouseDown
  4.   if the timer < 60 then
  5.     exit
  6.   end if
  7.   puppetSprite(gPictSprite, 1)
  8.   hideShow(3, 48, 0, 3)
  9.   moveSprites(5, 48, -1)
  10.   printFrom(the frame, the frame, 75)
  11.   moveSprites(5, 48, 1)
  12.   hideShow(3, 48, 1, 4)
  13.   puppetSprite(gPictSprite, 0)
  14.   startTimer()
  15. end
  16.